Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add datasets page to dashboard #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0xaaiden
Copy link
Member

@0xaaiden 0xaaiden commented Nov 3, 2024

Add a new page to offer curated datasets with cards of different datasets available.

  • New Page: Add app/(dashboard)/dashboard/datasets/page.tsx to display curated datasets using BentoGrid and BentoGridItem components.
  • Sidebar Navigation: Update app/(dashboard)/dashboard/layout.tsx to include a link to the new datasets page in the sidebar navigation under the "Resources" section.
  • Dataset Card Component: Create components/app/dashboard-dataset-card.tsx to display individual dataset cards with title, description, and image.
  • Dashboard Menu Configuration: Update config/menu-dashboard.ts to include the new datasets page in the dashboard menu configuration.

For more details, open the Copilot Workspace session.

Add a new page to offer curated datasets with cards of different datasets available.

* **New Page**: Add `app/(dashboard)/dashboard/datasets/page.tsx` to display curated datasets using `BentoGrid` and `BentoGridItem` components.
* **Sidebar Navigation**: Update `app/(dashboard)/dashboard/layout.tsx` to include a link to the new datasets page in the sidebar navigation under the "Resources" section.
* **Dataset Card Component**: Create `components/app/dashboard-dataset-card.tsx` to display individual dataset cards with title, description, and image.
* **Dashboard Menu Configuration**: Update `config/menu-dashboard.ts` to include the new datasets page in the dashboard menu configuration.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/function03-labs/WalletLabels?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

vercel bot commented Nov 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wallet-labels ❌ Failed (Inspect) Nov 3, 2024 7:02pm

Copy link

sweep-ai bot commented Nov 3, 2024

Hey @0xaaiden, here is an example of how you can ask me to improve this pull request:

@Sweep Add unit tests for the `DashboardDatasetCard` component in `components/app/dashboard-dataset-card.tsx` to verify:
- Component renders with all props correctly
- Image has correct src and alt attributes
- Title and description are displayed properly

📖 For more information on how to use Sweep, please read our documentation.

1 similar comment
Copy link

sweep-ai bot commented Nov 3, 2024

Hey @0xaaiden, here is an example of how you can ask me to improve this pull request:

@Sweep Add unit tests for the `DashboardDatasetCard` component in `components/app/dashboard-dataset-card.tsx` to verify:
- Component renders with all props correctly
- Image has correct src and alt attributes
- Title and description are displayed properly

📖 For more information on how to use Sweep, please read our documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant